﻿2026-06-08T23:22:36.5575105Z ##[group]Run actions/checkout@v5
2026-06-08T23:22:36.5575925Z with:
2026-06-08T23:22:36.5576334Z   repository: SaberMage/spt-core
2026-06-08T23:22:36.5580074Z   token: ***
2026-06-08T23:22:36.5580471Z   ssh-strict: true
2026-06-08T23:22:36.5580872Z   ssh-user: git
2026-06-08T23:22:36.5581293Z   persist-credentials: true
2026-06-08T23:22:36.5581726Z   clean: true
2026-06-08T23:22:36.5582122Z   sparse-checkout-cone-mode: true
2026-06-08T23:22:36.5582571Z   fetch-depth: 1
2026-06-08T23:22:36.5582953Z   fetch-tags: false
2026-06-08T23:22:36.5583348Z   show-progress: true
2026-06-08T23:22:36.5583744Z   lfs: false
2026-06-08T23:22:36.5584122Z   submodules: false
2026-06-08T23:22:36.5584535Z   set-safe-directory: true
2026-06-08T23:22:36.5585170Z ##[endgroup]
2026-06-08T23:22:36.6346232Z Syncing repository: SaberMage/spt-core
2026-06-08T23:22:36.6348265Z ##[group]Getting Git version info
2026-06-08T23:22:36.6349075Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-08T23:22:36.6350221Z [command]/usr/bin/git version
2026-06-08T23:22:36.6350735Z git version 2.43.0
2026-06-08T23:22:36.6352076Z ##[endgroup]
2026-06-08T23:22:36.6360547Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f12927c6-b549-4ef3-b439-d38822ba56df' before making global git config changes
2026-06-08T23:22:36.6361826Z Adding repository directory to the temporary git global config as a safe directory
2026-06-08T23:22:36.6363586Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-08T23:22:36.6393242Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-08T23:22:36.6409626Z https://github.com/SaberMage/spt-core
2026-06-08T23:22:36.6419259Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-08T23:22:36.6421480Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-08T23:22:36.6438695Z HEAD
2026-06-08T23:22:36.6492007Z ##[endgroup]
2026-06-08T23:22:36.6493466Z [command]/usr/bin/git submodule status
2026-06-08T23:22:36.6673193Z ##[group]Cleaning the repository
2026-06-08T23:22:36.6675354Z [command]/usr/bin/git clean -ffdx
2026-06-08T23:22:36.6798362Z Removing dist/
2026-06-08T23:22:36.6806007Z [command]/usr/bin/git reset --hard HEAD
2026-06-08T23:22:36.6844959Z HEAD is now at 78c4a78 ci(release): stage Windows asset under pwsh, not Windows PowerShell 5.1
2026-06-08T23:22:36.6849760Z ##[endgroup]
2026-06-08T23:22:36.6883787Z ##[group]Disabling automatic garbage collection
2026-06-08T23:22:36.6886726Z [command]/usr/bin/git config --local gc.auto 0
2026-06-08T23:22:36.6911266Z ##[endgroup]
2026-06-08T23:22:36.6912038Z ##[group]Setting up auth
2026-06-08T23:22:36.6915840Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-08T23:22:36.6937255Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-08T23:22:36.7119033Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-08T23:22:36.7144982Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-08T23:22:36.7326424Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-08T23:22:36.7350195Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-08T23:22:36.7526695Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-08T23:22:36.7552966Z ##[endgroup]
2026-06-08T23:22:36.7553791Z ##[group]Fetching the repository
2026-06-08T23:22:36.7560203Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6843a8f4e0335fa947b6eb0b5bed3d6ff39f5796:refs/remotes/origin/dev-freeform
2026-06-08T23:22:37.2970326Z From https://github.com/SaberMage/spt-core
2026-06-08T23:22:37.2972327Z  + 78c4a78...6843a8f 6843a8f4e0335fa947b6eb0b5bed3d6ff39f5796 -> origin/dev-freeform  (forced update)
2026-06-08T23:22:37.2986831Z ##[endgroup]
2026-06-08T23:22:37.2988255Z ##[group]Determining the checkout info
2026-06-08T23:22:37.2989461Z ##[endgroup]
2026-06-08T23:22:37.2992142Z [command]/usr/bin/git sparse-checkout disable
2026-06-08T23:22:37.3027488Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-08T23:22:37.3049428Z ##[group]Checking out the ref
2026-06-08T23:22:37.3050836Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-08T23:22:37.3194432Z Previous HEAD position was 78c4a78 ci(release): stage Windows asset under pwsh, not Windows PowerShell 5.1
2026-06-08T23:22:37.3200232Z Switched to a new branch 'dev-freeform'
2026-06-08T23:22:37.3201299Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-08T23:22:37.3205694Z ##[endgroup]
2026-06-08T23:22:37.3235852Z [command]/usr/bin/git log -1 --format=%H
2026-06-08T23:22:37.3255470Z 6843a8f4e0335fa947b6eb0b5bed3d6ff39f5796
